internal/runtime/maps.table.localDepth (field)
9 uses
internal/runtime/maps (current package)
map.go#L347: entries := 1 << (m.globalDepth - nt.localDepth)
map.go#L355: if old.localDepth == m.globalDepth {
map.go#L383: entries := 1 << (m.globalDepth - left.localDepth)
table.go#L52: localDepth uint8
table.go#L81: localDepth: localDepth,
table.go#L617: entries := 1 << (it.m.globalDepth - it.tab.localDepth)
table.go#L1044: localDepth := t.localDepth
table.go#L1092: newTable := newTable(typ, uint64(newCapacity), t.index, t.localDepth)
table_debug.go#L87: localDepth: `, t.localDepth, `
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)